home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / oper_sys / kerberos / pc / krb_libd.lha / Lib / Des / CHANGE.LOG < prev    next >
Encoding:
Text File  |  1991-05-30  |  1.8 KB  |  69 lines

  1. Tue Nov  8 12:12:32 1988  William Sommerfeld  (wesommer at binkley)
  2.  
  3.     * (util) Remove \ before { and } characters (causes RT 
  4.     compiler warning)
  5.  
  6.     * (read_password) Print a newline after saying "try again".
  7.  
  8.     * (read_password) Merge in changes by Jim Bloom to do a clearerr
  9.     after a read fails, and protect against an RTM attack by
  10.     changing gets to fgets.
  11.  
  12. Fri Sep 16 16:26:55 1988  Bill Sommerfeld  (wesommer at ra)
  13.  
  14.     * (read_password) fix dependancies for BSDUNIX.
  15.  
  16. Mon Sep 12 14:55:23 1988  Bill Sommerfeld  (wesommer at ra)
  17.  
  18.     * (*) debug->des_debug
  19.  
  20.     * (*) debug_print() -> des_debug_print()
  21.  
  22.     * (Makefile) add dbg_prt.o to list of files included in build.
  23.  
  24.     * (des.c) remove debug_print; it's in dbg_prt.c
  25.  
  26.         * (des_internal.h) contains definitions of AUTH_DES_ITER, 
  27.     s-box structures, which aren't part of the encryption interface.
  28.  
  29.     * (*) #include "conf.h" -> #include "des_internal.h"
  30.  
  31.     * (*) C_Block -> des_cblock
  32.  
  33.     * (*) Key_schedule -> des_key_schedule
  34.  
  35.     * (noop.c) remove #includes for unused include files.
  36.  
  37.     * (des.c, random_key.c, string_to_key.c) add #include of "des_conf.h"
  38.  
  39. Fri Sep  9 15:46:13 1988  Bill Sommerfeld  (wesommer at ra)
  40.  
  41.     * (*) string_to_key() -> des_string_to_key()
  42.  
  43.     * (*) read_pw_string() -> des_read_pw_string()
  44.  
  45.     * (*) random_key() -> des_random_key()
  46.  
  47.     * (*) pcbc_encrypt() -> des_pcbc_encrypt()
  48.  
  49.     * (*) key_sched() -> des_key_sched()
  50.  
  51.     * (*) cbc_encrypt() -> des_cbc_encrypt()
  52.  
  53.     * (*) cbc_cksum() -> des_cbc_cksum()
  54.  
  55.     * (quad_cksum.c) make {four,two}_bytes_vax_to_nets be static to
  56.     avoid namespace pollution.
  57.  
  58.     * (*.c) Rename C_Block_print() to des_cblock_print(). 
  59.  
  60.     * (make_key_perm.c) Make "key_perm" be static to avoid namespace
  61.     pollution. 
  62.  
  63.     * (quad_cksum.c) Make "short_conv" and "long_conv" local
  64.     variables, to avoid namespace pollution.
  65.  
  66.  
  67.  
  68.  
  69.